Hi, I’m looking to update users’ team roles via the API.
In addition to their base role, I can list their users’ team roles via the /users
endpoint with include[]=teams
parameter; which leads me to believe that I should be able to change this via the API.
However, team roles are absent in the schema to update a user.
Thanks.